<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with sound library - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=sound+library</link>
      <pubDate>Sun, 08 Aug 2021 21:08:09 +0000</pubDate>
         <description>Tagged with sound library - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/taggedsound+library/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>How do you implement frequency modulation using the Sound Library?</title>
      <link>https://forum.processing.org/two/discussion/20326/how-do-you-implement-frequency-modulation-using-the-sound-library</link>
      <pubDate>Tue, 17 Jan 2017 20:22:00 +0000</pubDate>
      <dc:creator>howhuman</dc:creator>
      <guid isPermaLink="false">20326@/two/discussions</guid>
      <description><![CDATA[<p>I'm new to the "sound" library.  I've seen the examples for additive synthesis, but have not found any examples showing the implementation of frequency modulation.   Does it have anything to do with the .add(add) method?  Would appreciate any help and/or pointers to existing code that might give me some clues.   Thanks so much.</p>
]]></description>
   </item>
   <item>
      <title>Can't use Sound library</title>
      <link>https://forum.processing.org/two/discussion/12505/can-t-use-sound-library</link>
      <pubDate>Mon, 14 Sep 2015 14:34:27 +0000</pubDate>
      <dc:creator>nachojamilis</dc:creator>
      <guid isPermaLink="false">12505@/two/discussions</guid>
      <description><![CDATA[<p>I'm trying to use the sound library (and I also installed every sound library) but I always get the same error:</p>

<p><code>A library used by this sketch is not installed properly</code></p>

<p><code>A library relies on native code that's not available.
Or only works properly when the sketch is run as a 32-bit application.</code></p>

<p>I tried with Processing 2 &amp; 3, both on Win7 64 bits, tried to move Processing to C:\Processing (as I read in another forum), tried to use Processing examples (File-Examples), and other things and I still can't run it.</p>

<p>Thank you.</p>
]]></description>
   </item>
   <item>
      <title>Sound library's cue() ignores the decimal places?</title>
      <link>https://forum.processing.org/two/discussion/11972/sound-library-s-cue-ignores-the-decimal-places</link>
      <pubDate>Wed, 05 Aug 2015 00:12:08 +0000</pubDate>
      <dc:creator>cpla</dc:creator>
      <guid isPermaLink="false">11972@/two/discussions</guid>
      <description><![CDATA[<p><a href="https://www.processing.org/reference/libraries/sound/SoundFile_cue_.html" target="_blank" rel="nofollow">https://www.processing.org/reference/libraries/sound/SoundFile_cue_.html</a></p>

<p>According to this, you can set a cue point in decimals of seconds with the Sound library.  However, it seems to ignore the decimals - using the example, there is no difference between 15 seconds and 15.3.  You can notice if you try to cue up a precise beat in a song.</p>

<p>Looking through the SoundFile.java file, I noticed that it seems to treat the cue point as an integer, so I went ahead and changed them all to float, naively I suppose, since I don't really know how to modify libraries and it didn't seem to work.</p>

<p>Any ideas on how to get a precise cue point, preferably in milliseconds with the Sound library?  (I know minim can do this, but minim can't play files at different speeds, which is why I was using this library)</p>
]]></description>
   </item>
   <item>
      <title>Sound Library Confusion</title>
      <link>https://forum.processing.org/two/discussion/10796/sound-library-confusion</link>
      <pubDate>Wed, 13 May 2015 20:08:38 +0000</pubDate>
      <dc:creator>wolfrog</dc:creator>
      <guid isPermaLink="false">10796@/two/discussions</guid>
      <description><![CDATA[<p>Hello all, I am relatively new to processing here,...</p>

<p>I am trying to get some audio information from a video that I have playing using the video library in processing. I have been clicking around for a couple hours and have seemingly found a way that I can analyze the video's sound information and use the information to trigger events...</p>

<p>My answer came in the form of the sound library;
<a href="https://processing.org/reference/libraries/sound/index.html" target="_blank" rel="nofollow">https://processing.org/reference/libraries/sound/index.html</a></p>

<p>However I have not been able to get the library installed. The 'Sound' library doesn't show up in the 'sketch, import library' dropdown, nor does it appear in the list that you can search through by clicking 'add library'. The other 5 big ones do show up (PDF, DXF, Serial, Net, Video) and then it would appear that the sound library has been replaced by 'Minim'</p>

<p>When I search for documentation about 'minim' I haven't found anything very helpful, spare for that it is indeed a sound library of sorts.</p>

<p>I tried downloading the 'sound' library following the hyperlink off of the processing page I aforementioned, 
<a href="https://github.com/processing/processing-sound" target="_blank" rel="nofollow">https://github.com/processing/processing-sound</a></p>

<p>but I don't know what the hell is going on with all of those files. haha.</p>

<p>Someday I will know the answer to all of this but for now I am a lost little n00bie, anyone out there have that magic insight I am looking for?</p>

<p>Thanks a ton!!</p>
]]></description>
   </item>
   </channel>
</rss>